projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ca56d
)
STiH410-B2260: enable USB Host Networking
author
Patrice Chotard
<
[email protected]
>
Tue, 5 Sep 2017 09:04:22 +0000
(11:04 +0200)
committer
Tom Rini
<
[email protected]
>
Fri, 22 Sep 2017 11:39:58 +0000
(07:39 -0400)
Enable USB Host Networking support by enabling Ethernet/USB
adaptors support and by enabling some BOOTP flags
Signed-off-by: Patrice Chotard <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
include/configs/stih410-b2260.h
patch
|
blob
|
history
diff --git
a/include/configs/stih410-b2260.h
b/include/configs/stih410-b2260.h
index e07dd0e10300377f52f0337a157eb678d21f7993..372c08360122b59b0b7f6323dfba5df49bab8afc 100644
(file)
--- a/
include/configs/stih410-b2260.h
+++ b/
include/configs/stih410-b2260.h
@@
-45,4
+45,19
@@
#define CONFIG_SKIP_LOWLEVEL_INIT
+/* USB Configs */
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
+
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_ASIX
+#define CONFIG_USB_ETHER_MCS7830
+#define CONFIG_USB_ETHER_SMSC95XX
+
+/* NET Configs */
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_BOOTPATH
+
#endif /* __CONFIG_H */